home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / rae101a.zip / RA-ECHO.CFG < prev    next >
Text File  |  1992-01-11  |  17KB  |  487 lines

  1. ;***************************************************************************
  2. ; RA-Echo Sample Configfile RA-ECHO.CFG
  3. ; For better performance you may remove the comment lines.
  4. ;***************************************************************************
  5.  
  6. ;***************************************************************************
  7. ; SYSOP
  8. ; The Name of the Sysop. Just to let some external utilities
  9. ; know your name.
  10.  
  11.   Sysop         Roger Kirchhoff
  12.  
  13. ;***************************************************************************
  14. ; FILES
  15. ; The directory where incoming files are located, usually your
  16. ; mailer's inbound directory.
  17. ;
  18. ; Attention !
  19. ; This directory and the directories for the INPACKET, OUTPACKET,
  20. ; OUTBOUND, NETOUTBOUND, MAILERPATH, MESSAGEBASE and NETMAIL
  21. ; parameters MAY NOT BE THE SAME (!!!) and may not be used by other
  22. ; programs !!! You have to declare seperate directories for all of
  23. ; them, otherwise you will have some very strange results...
  24.  
  25.   Files         E:\FILES
  26.  
  27. ;***************************************************************************
  28. ; INPACKET
  29. ; The directory where RA-ECHO can temporarely store your inbound
  30. ; mail packets.
  31. ;
  32.  
  33.   InPacket      E:\RAE\INP
  34.  
  35. ;***************************************************************************
  36. ; OUTPACKET
  37. ; The directory where RA-ECHO can temporarely store your outbound
  38. ; mail packets. You can speed up RA-Echo if you let this point to
  39. ; a RAM disk !
  40.  
  41.   OutPacket     F:\
  42.  
  43. ;***************************************************************************
  44. ; OUTBOUND
  45. ; The directoy where RA-ECHO will store outgoing echomail
  46. ; (arcmail) packets.
  47.  
  48.   Outbound      E:\RAE\OUTBOUND
  49.  
  50. ;***************************************************************************
  51. ; NETOUTBOUND
  52. ; The directory where RA-Echo stores packed netmail if you use the
  53. ; PACK option.
  54.  
  55.   NetOutbound   E:\RAE\NETOUT
  56.  
  57. ;***************************************************************************
  58. ; MESSAGEBASE
  59. ; Path to your QBBS style message files.
  60.  
  61.   MessageBase   E:\RA\MSGBASE
  62.  
  63. ;***************************************************************************
  64. ; NETMAIL
  65. ; Your fido netmail directory.
  66.  
  67.   Netmail       E:\MAIL
  68.  
  69. ;***************************************************************************
  70. ; KILLNETMAIL
  71. ; If 'ON', RA-ECHO will delete imported netmails after import to
  72. ; the messagebase
  73.  
  74.   KillNetmail   OFF
  75.  
  76.  
  77. ;***************************************************************************
  78. ; MAILER
  79. ; This can be FRONTDOOR, BINKLEY or DBridge.
  80.  
  81.   Mailer        FRONTDOOR
  82.  
  83. ;***************************************************************************
  84. ; MAILERPATH
  85. ; Your mailer directory
  86.  
  87.   MailerPath    E:\FD
  88.  
  89. ;***************************************************************************
  90. ; POINTNET
  91. ; If you have points that cannot handle 4-D adressing PointNet is
  92. ; your fake address.
  93.  
  94.   PointNet      24504
  95.  
  96. ;***************************************************************************
  97. ; NODEADR
  98. ; Your 4-D node address
  99.  
  100.   NodeAdr       2:245/4.0
  101.  
  102. ;***************************************************************************
  103. ; AKA
  104. ; You can define an unlimited number of AKA adresses !
  105. ; It is NOT neccessary to define your pointnet as an AKA.
  106. ; If you don't want your AKA to be added to the SEEN-BY line just
  107. ; add a '#' before the address.
  108.  
  109.   Aka           222:100/59
  110. ; Aka           #2:245/5
  111.  
  112. ;***************************************************************************
  113. ; DELETEFILE ON
  114. ; ON/OFF     If ON RA-ECHO will delete incoming packets after Import,
  115. ; otherwise they will be marked with a '~' in the file extension.
  116.  
  117.   DeleteFile    OFF
  118.  
  119. ;***************************************************************************
  120. ; LOGFILE
  121. ; Path and Name of RA-ECHO's main logfile.
  122.  
  123.   Logfile       E:\FD\FRODO.LOG
  124.  
  125. ;***************************************************************************
  126. ; AREAFIXLOG
  127. ; Logfile for Areafix requests
  128.  
  129.   AreafixLog    E:\FD\FRODO.LOG
  130.  
  131. ;***************************************************************************
  132. ; FILEFIXLOG
  133. ; Logfile for FileFix requests
  134.  
  135.   FilefixLog    E:\FD\FRODO.LOG
  136.  
  137. ;***************************************************************************
  138. ; STATLOG
  139. ; Logfile for statistical information about the number of mails that
  140. ; flow through your system.
  141.  
  142.   StatLog       E:\RAE\STATIST.LOG
  143.  
  144. ;***************************************************************************
  145. ; AREAFIXNAME
  146. ; You may define new names for Areafix and Filefix. Both will process
  147. ; every message which is addressed to one of these names.
  148.  
  149.   AreafixName AREAFIX,AREAMGR,ECHOMGR,POINTMGR,ECHOFIX
  150.  
  151. ;***************************************************************************
  152. ; FILEFIXNAME
  153.  
  154.   FilefixName FILEFIX,UPDOWNMGR,FILELOADER,FILESMGR
  155.  
  156. ;***************************************************************************
  157. ; EXTERNNAME
  158. ; RA-ECHO usually sets the 'received' bit on every received netmail.
  159. ; Some external utilities require the 'received' bit NOT to be set, so
  160. ; you can define an unlimited number of 'EXTERNNAME'. If RA-ECHO finds
  161. ; a netmail addressed to one of these names it will NOT set the
  162. ; 'received' bit.
  163.  
  164.   ExternName    RAID
  165.   ExternName    Whatever You Want
  166.  
  167. ;***************************************************************************
  168. ; ORIGIN
  169. ; Default Origin line for all echos. Several external utilities for
  170. ; RA-ECHO like RA-AREAS (which creates an AREAS.BBS file) need this.
  171.  
  172.   Origin  Mister Musiker - The first RA-Echo Node
  173.  
  174. ;***************************************************************************
  175. ; BADMESSAGE
  176. ; The directory or area, where RA-ECHO puts bad messages.
  177.  
  178.   BadMessage    BAD_MSGS
  179.  
  180. ;***************************************************************************
  181. ; DUPEMESSAGE
  182. ; The directory or area, where RA-ECHO puts double messages.
  183.  
  184.   DupeMessage   DUPES
  185.  
  186. ;***************************************************************************
  187. ; ILLEGALMESSAGE
  188. ; The directory or area, where RA-ECHO puts illegally imported messages.
  189.  
  190.   IllegalMessage ILLEGAL
  191.  
  192. ;***************************************************************************
  193. ; NEWMESSAGE
  194. ; If you receive an echomail in an unknown area, RA-Echo creates
  195. ; this echo (only if the sending node is qualified for this).
  196. ; Optionally RA-Echo writes the incoming echomail to the
  197. ; 'NEWMESSAGE' area, which will have 'Newmail' as mailtype
  198. ; definition.
  199.  
  200.   NewMessage NEW
  201.  
  202. ;***************************************************************************
  203. ; ADDAREA
  204. ; New Echomail areas will be created in the first free area from
  205. ; ADDAREA on. Example: 'AddArea 1' will create a new echo in the first
  206. ; free area available, 'AddArea 201' in the first available passthru
  207. ; area.
  208.  
  209.   AddArea 201
  210.  
  211. ;***************************************************************************
  212. ; SYSOPALERTTEXT
  213. ; RA-Echo will inform you with a netmail that a new echo has been
  214. ; received. You can define a textfile with the content of this message
  215. ; if you use the '@' tag.
  216.  
  217.   SysopAlertText @E:\RAE\NEWECHO.TXT
  218.  
  219. ;***************************************************************************
  220. ; ALERTMESSAGE
  221. ; You can inform your users or Points that a new echo area has been
  222. ; received. Simply let RA-Echo post a message on a local Board or even
  223. ; in an echomail area. This is the board where RA-Echo will do this.
  224.  
  225.   AlertMessage TEST
  226.  
  227. ;***************************************************************************
  228. ; ECHOALERTTEXT
  229. ; This is the text with which you want to inform them.
  230.  
  231.   EchoAlertText Mister Musiker has received the new area &Z from &N on &A.
  232.  
  233. ;***************************************************************************
  234. ; ECHOQUERYTEXT
  235. ; RA-Echo's Areafix Query answer text
  236.  
  237.   EchoQueryText @E:\RAE\QUERY.TXT
  238.  
  239. ;***************************************************************************
  240. ; ECHONOTIFYTEXT
  241. ; Areafix notify text
  242.  
  243.   EchoNotifyText @E:\RAE\NOTIFY.TXT
  244.  
  245. ;***************************************************************************
  246. ; FILEQUERYTEXT
  247. ; With this text RA-Echo will answer a Query request to filefix
  248.  
  249.   FileQueryText @E:\RAE\FILEQUER.TXT
  250.  
  251. ;***************************************************************************
  252. ; MAXMSGSIZE
  253. ; Maximum size a message may have to get imported by RA-ECHO
  254. ; min. 1024, max. 65000 Bytes
  255.  
  256.   MaxMsgSize 32000
  257.  
  258. ;***************************************************************************
  259. ; MAXEXPORTSIZE
  260. ; Maximum size a message may have to be exported.
  261. ; min. 1024, max. 65000 Bytes
  262. ; If a message > MaxExportSize is generated on your system, it will not
  263. ; be exported but copied to you BadMessage area.
  264.  
  265.   MaxExportSize 16000
  266.  
  267. ;***************************************************************************
  268. ; MINIMPFREE
  269. ; Minimum disk space (kB) that must be available on the destination
  270. ; drive to let RA-Echo unpack incoming Arcmail packets.
  271.  
  272.   MinImpFree 500
  273.  
  274. ;***************************************************************************
  275. ; MINEXPFREE
  276. ; The minimum diskspace that must be available on the destination
  277. ; drive for packing arcmail packets (in kBytes)
  278.  
  279.   MinExpFree 200
  280.  
  281. ;***************************************************************************
  282. ; FILEFIXACCESS
  283. ; Minimum Access a user must have to use FileFix
  284.  
  285.   FileFixAccess 50
  286.  
  287. ;***************************************************************************
  288. ; FILEADDTYPE
  289. ; This is the way RA-Echo writes Filefix Uploads to FILES.BBS
  290.  
  291. ; 0 = Filename + description
  292. ; 1 = Filename + [00] + description
  293. ; 2 = Filename + description + uploadername
  294. ; 3 = Filename + [00] + description + uploadername
  295.  
  296.   FileAddType 3
  297.  
  298. ;***************************************************************************
  299. ; NEWFILES
  300. ; RA-ECHO will move Files addressed to FileFix to this directory
  301. ; and append their description to FILES.BBS, if no filearea was
  302. ; specified in the Filefix message
  303.  
  304.   NewFiles      E:\BOX\NEWIN
  305.  
  306. ;***************************************************************************
  307. ; FILEFIXCMD
  308. ; Any command will be executed here. You can execute a batchfile,
  309. ; call a virus scanner etc.. RA-ECHO will pass some commandline
  310. ; parameters to the called program, which can be a *.COM, *.EXE
  311. ; or *.BAT file. %1 is the name of the incoming file, %2 is the
  312. ; original directory, %3 is the destination directory.
  313.  
  314. ; FilefixCmd    VSCAN %2\%1 %3
  315.  
  316. ; EXAMPLE:      VSCAN.BAT
  317.  
  318. ;               PKUNZIP %1 C:\TEMP\
  319. ;               SCAN C:\TEMP
  320. ;               IF ERRORLEVEL XX GOTO Del
  321. ;               DEL C:\TEMP\*.*
  322. ;               GOTO Ende:
  323. ;               :Del
  324. ;               DEL %1
  325. ;               :Ende
  326.  
  327. ;***************************************************************************
  328. ; SWAPDRIVE
  329. ; The drive or directory where RA-ECHO will put its swap files when
  330. ; external programs like packers etc. are called.
  331.  
  332.   SwapDrive     E:\RAE
  333.  
  334. ;***************************************************************************
  335. ; SWAPEMS ON/OFF
  336. ; You can also tell RA-ECHO to swap to EMS.
  337.  
  338.   SwapEms ON
  339.  
  340. ;***************************************************************************
  341. ; POINTSYSTEM ON/OFF
  342. ; If 'PointSystem' is on RA-ECHO will NOT export while importing.
  343. ; NEVER use this if you have any downlinks !
  344.  
  345.   PointSystem OFF
  346.  
  347. ;***************************************************************************
  348. ; DBRIDGEPOINT ON/OFF
  349. ; If you are a Point system and your boss uses D'Bridge you have to
  350. ; use this keyword. If ON the pointnumber will be put into the path
  351. ; line as D'Bridge expects.
  352.  
  353. ; DbridgePoint OFF
  354.  
  355. ;***************************************************************************
  356. ; ORIGINREPLACE ON/OFF
  357. ; If ON RA-ECHO will replace every origin line with the origin line
  358. ; that you defined in RAESETUP for that echo.
  359.  
  360.   OriginReplace ON
  361.  
  362. ;***************************************************************************
  363. ; TEARREPLACE ON/OFF
  364. ; If ON RA-Echo will replace every tearline with three dashes.
  365.  
  366.   TearReplace ON
  367.  
  368. ;***************************************************************************
  369. ; ZONEGATE ON/OFF
  370. ; ZoneGate ON strips your Path and Seen-By lines and inserts a
  371. ; ZPTH Kludge when a message changes to another zone.
  372.  
  373.   ZoneGate Off
  374.  
  375. ;***************************************************************************
  376. ; SYSTEMPATH
  377. ; This is the directory where RA-ECHO finds Remote Access if
  378. ; you haven't set the environment variable 'SET RA=<path>'
  379. ;
  380.   Systempath E:\RA
  381. ;
  382. ;***************************************************************************
  383. ; AREACONF
  384. ; RA-Echo can handle multiple Netmail areas. Usually a netmail
  385. ; will be imported to the netmail area with the address the
  386. ; netmail is addressed to. If you want to setup netmail areas
  387. ; for special nodenumbers you can do this with area conferences.
  388.  
  389.  
  390. ; AREACONF  2:245/4  2:245/4.1 4.6 4.8 2:24506/1 6 8
  391.  
  392. ;***************************************************************************
  393. ; PATHSTRIP ON/OFF
  394. ; If you don't want to have the Path  lines in your messagebase you
  395. ; can strip them.
  396.  
  397. ; PathStrip ON
  398.  
  399. ;***************************************************************************
  400. ; SEENBYSTRIP ON/OFF
  401. ; If you don't want to have the Seen-By lines in your messagebase you
  402. ; can strip them.
  403. ;
  404. ; SeenByStrip ON
  405.  
  406. ;***************************************************************************
  407. ; BADFILES
  408. ; Double files you receive via FileFix are moved to this directory
  409. ;
  410. ; BadFiles E:\BAD
  411.  
  412. ;***************************************************************************
  413. ; FTSCNAMES ON/OFF
  414. ; ON means RA-Echo creates FTSC compatible packetnames. This does NOT
  415. ; include Zone support, so OFF is the better choice if you pack arcmail
  416. ; for multiple zones.
  417.  
  418.   FTSCNames OFF
  419.  
  420. ;***************************************************************************
  421. ; LHARC, PKZIP, ZOO, ARJ, PAK, LHA, PKARC,
  422. ; USERARC 1, USERARC 2, USERARC 3, USERARC 4, USERARC
  423. ;
  424. ; This is something very special. It allows you call any packer with
  425. ; any parameters. And it also allows you to define up to six NEW packers
  426. ; that now that RA-ECHO is going to be release might not even exist.
  427. ; Remember, YOU DON'T HAVE TO CHANGE these settings unless you want
  428. ; to change the default packer parameters or add a new packer!
  429. ;
  430. ;    LHA = 2,-lh5-
  431. ;    LHA - LHA a -m %1 %2
  432. ;    LHA + LHA e -c %1 %2 *.PKT
  433. ;
  434. ;    Define a packer. '2' is the offset from the beginning of a
  435. ;    packed file where RA-Echo can find the packer's 'mark'.
  436. ;    '-lh5-' is the packer's mark with which RA-Echo can recognize
  437. ;    that the packet is packed with LHA.
  438. ;
  439. ;    '-' are the unpack parameters. '%1' is the name of the
  440. ;    archive file, '%2' the name of the file that has to be
  441. ;    added. '+' are the unpack parameters.
  442. ;
  443. ; These are the default settings for LHA, so you don't have to include
  444. ; this. But you can define any new packer too, please take a look
  445. ; at this:
  446.  
  447. ;    UserArc   1  = 0,DS #80 #64
  448. ;    UserArc   1  + DSPACK a -o -e %1 %2
  449. ;    UserArc   1  - DSUNPACK -o -m -v -y %1 %2 *.PKT
  450.  
  451. ; Now, here are the default settings for all packers. You may
  452. ; uncomment and change them:
  453.  
  454. ;   Packer    Extract                    Add                 Offset, Mark
  455. ;   ====================================================================
  456. ;   LHARC     LHARC e -c %1 %2 *.PKT     LHARC a -m %1 %2    2,-lh1-
  457. ;   LHA       LHA e -c %1 %2 *.PKT       LHA a -m %1 %2      2,-lh5-
  458. ;   PKZIP     PKUNZIP -o %1 %2 *.PKT     PKZIP %1 %2         0,PK
  459. ;   PAK       PAK e %1 %2 *.PKT          PAK a %1 %2         0,#26
  460. ;   ZOO       ZOO -e %1 %2 *.PKT         ZOO -a %1 %2        0,ZOO
  461. ;   ARJ       ARJ e %1 %2 *.PKT          ARJ a %1 %2         0,#96 #234
  462. ;   PKARC     PKXARC %1 %2 *.PKT         PKARC a %1 %2
  463.  
  464.  
  465. ;***************************************************************************
  466. ; FORWARD
  467. ; With the keyword FORWARD netmail may be forwarded
  468. ; (a copy of the netmail is generated) or readdressed. Please read
  469. ; WHATS.NEW for further information.
  470.  
  471.   Forward "Roger Kirchhoff" ON 2:245/4 TO "Stefan Graf" ON 2:245/4.6
  472. ;                           |........| this is optional
  473.  
  474. ;***************************************************************************
  475. ; ZEROMSGCLEAR ON/OFF
  476. ; Messages with zero length will be deleted. This will be documented
  477. ; in the logfile. You can use this to delete fileattach messages on
  478. ; Binkley systems.
  479.  
  480.   ZeroMsgClear Off
  481.  
  482.  
  483. ;***************************************************************************
  484. ; END of RA-ECHO.CFG
  485. ;***************************************************************************
  486.  
  487.